

.main-wedding-image img{

   width: 100%;
   margin:2rem 0rem;
   height: 30rem;
}
.wedding-gallery-images img{
    width: 277px;
    height: 250px;
    transform: scale(1.02);
    /* border: 2px solid red; */
    padding:10px ;   
    border-radius: 20px;
}
.wedding-gallery{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   /* grid-template-columns: auto auto auto; */
 /* overflow: hidden; */
 /* justify-content: space-around; */
 
}
.wedding-gallery-images:hover{
    transform: scale(0.96);
    transition: all 0.2s ease;
    
}
.DestinationWedding h1{
    margin-top: 12px;
    text-align: center;
    padding: 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
    background:linear-gradient(#ebd197,#b48811,#a2790d,#bb9b49,#ffffff);
    color: transparent;
    -webkit-background-clip: text;
}
.wedding-inlargeimage{
    width: 100%;
    height: 100vh;
    background-color: #000000c0;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
     z-index: 100;
}    

.wedding-inlargeimage img{
    width: 70%;
    height: auto;
    /* max-width: 500px; */
    border-radius: 20px;
   
}
.wedding-inlargeimage span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    color: white;
    top: 15%;
    right: 1%;
    display: none;
    cursor: default;
}


.personal h2{
    padding: 20px 0px;
}
.background{
    background-color: black;
}
.cutoption{
    position: absolute;
    top: 4%;
    right: 4%;
    color: white;
}
.cutoption i{
    font-size: 20px;
}
.side{
    opacity: 0.9;
}

.formhouse{
    position: absolute;
    top: 19%;
    right: 12%;
    display: none;
    width: 950px;
    height: 550px;
     border-radius:20px;
    margin: 0px 50px;
     z-index: 101;
    /* justify-content: center; */
    /* align-items: center; */
   /* background-color: #000000; */
    /* position: fixed; */
}

.side{
    background-image: url("/images/edited/wedding form.jpg");
    transform: scale(1.15);
    background-size: cover;
    width: 350px;
    height: 550px;
    opacity: 1;
    /* background-color: rgba(3, 3, 3, 0.989); */
}
.form{
    width: 600px;
    height: 550px;
    background-image: url("https://images.pexels.com/photos/1042152/pexels-photo-1042152.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1");
    background-size: cover;
    background-color:rgba(16, 16, 16, 0.978);
    z-index: 100;
}
 .provide{
    color: #3496ebfc;
    font-size: 27px;
    font-weight: bold;
    padding: 28px 1px 1px 52px;
 }
.side ul li{
    color: #fff;
    font-size: 20px;
    padding: 26px 0px 0px 8px ;
}
ul{
    padding: 1px 0px 0px 60px ;
}

.lastcontent{
    color: #fff;
    font-size: 20px;
    padding: 90px 12px 12px 50px;
}


.form input::placeholder{
  color: #ffffffb2;
}

.form h2{
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.form input{
    border: none;
    background-color: transparent;
    border-bottom: 2px solid grey;
    padding: 20px 3px 4px 3px;
    font-size: 20px;
    color: #fff;
    
}
.form input placeholder{
    color: #fff;
}
.personal-form{
    margin: 5px 20px 5px 45px;
} 

.email{
    width: 63vh;
}

.form span{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.booking-details{
    padding: 12px 12px 12px 45px;
    z-index: 100;
}

.button button{
    padding: 15px;
    font-size: 17px;
    width: 15rem;
    border: none;
    display: flex;
    /* width: 40px; */
    background-color: #b48811;
    color: white;
      justify-content: center;
      align-items: center;
      border-radius: 12px;
}
.button{
    margin: 34px 2px 20px 0px;
    display: flex;
    justify-content: center;
}

.button button:hover{
    box-shadow: 0 0 10px 5px #b48811;
    background-color: transparent;
    color: #b48811;
}
.button-form-wedding{
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.show-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18rem;
    height: 3rem;
    border: none;
    /* padding: 1rem; */
    font-size: 1.3rem;
    background-color: #a2790d;
    color: white;
    border-radius:1rem;
}
.show-form:hover{
    box-shadow: 0 0 10px 5px #b48811;
    background-color: transparent;
    color: #b48811;
    transition: all .4s ease;
}
.loading img{
    display: flex;
    justify-content: center;
   
width: 12rem;
height: auto;
position: fixed;
top: 50%;
left: 44%;
}
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
   
}

.progress-bar {
    width: 80%;
    max-width: 250px;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    position: fixed;
    top: 55%;
   
    z-index: 1;
}

.progress {
    width: 0;
    height: 100%;
    background-color: #a2790d;
    animation: fill 3s infinite;
}

@keyframes fill {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


@media (max-width:800px){
    .main-wedding-image img{

        width: 100%;
        margin:2rem 0rem;
        height: 20rem;
     }

     .side{
        display: none;
     }
     .formhouse {
        display: none;
        width: 500px;
        height: 550px;
        border-radius: 20px;
        margin: 0px -100px;
        z-index: 101;
        /* justify-content: center; */
        /* align-items: center; */
        /* background-color: #000000; */
        /* position: fixed; */
    }
     .loading img{
        display: none;
     }
     .form input {
        display: flex;
        border: none;
        background-color: transparent;
        border-bottom: 2px solid grey;
        padding: 15px 3px 4px 3px;
        font-size: 12px;
        color: #fff;
        flex-wrap: wrap;
    }
    .form{
        width: 335px;
        margin: auto;
    }
    .email{
        width: auto;
    }
    .cutoption {
        position: absolute;
        top: 2%;
        left: 77%;
        /* right: -23%; */
        color: white;
    }

}